Search
CustomPaintEvent.createRadialGradient Method
See Also
 






Creates a radial gradient with the specified center point and a blend specified by a series of positions and color objects.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public RadialGradientBrush createRadialGradient (
    Point2D centerPoint,
    float[] positions,
    Color[] colors
)

 Parameters

centerPoint

The center point of the path gradient.

positions

The positions of the gradient stops.

colors

The colors of the gradient stops.

 Return Value

 See Also